home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / browser / alynx / orig / lynx.hlp < prev    next >
Text File  |  1998-05-24  |  10KB  |  307 lines

  1. 1 LYNX
  2.  NAME
  3.  lynx - a general purpose distributed information browser for the World 
  4.  Wide Web
  5.  
  6. 2 SYNOPSIS
  7.      Lynx [options] [path or URL]
  8.  
  9.      use "lynx -help" to display a complete list of current options.
  10.  
  11. 2 DESCRIPTION
  12.  Lynx is a fully-featured World Wide Web (WWW) client for users running
  13.  cursor-addressable, character-cell display devices (e.g., vt100 terminals,
  14.  vt100 emulators running on PCs or Macs, or any other "curses-oriented"
  15.  display). It will display hypertext markup language (HTML) documents con-
  16.  taining links to files residing on the local system, as well as files
  17.  residing on remote systems running Gopher, HTTP, FTP, WAIS, and NNTP
  18.  servers.  Current versions of Lynx run on UNIX and VMS.
  19.  
  20.  Lynx can be used to access information on the World Wide Web, or to build
  21.  information systems intended primarily for local access.  For example, Lynx
  22.  has been used to build several Campus Wide Information Systems (CWIS).  In
  23.  addition, Lynx can be used to build systems isolated within a single LAN.
  24.  
  25. 2 OPTIONS
  26.  At start up, Lynx will load any local file or remote URL specified at 
  27.  the command line.  For help with URLs, press "?" or "h" while running
  28.  Lynx.  Then follow the link titled, "Help on URL's."
  29.  
  30.   -
  31.        If the only argument is '-', then Lynx expects to receive
  32.        the arguments from stdin. This is to allow for the
  33.        potentially very long command line that can be associated
  34.        with the -get_data or -post_data arguments (see below).
  35.        Encase it in double-quotes ("-").
  36.  
  37.   -anonymous
  38.        used to specify the anonymous account.
  39.  
  40.   -auth=ID:PASSWD
  41.        set authorization ID and password for protected documents
  42.        at startup.
  43.  
  44.   -cache=NUMBER
  45.        set the NUMBER of documents cached in memory.  The default is 10.
  46.  
  47.   -case
  48.        enable case-sensitive string searching.
  49.  
  50.   -cfg=FILENAME
  51.        specifies a Lynx configuration file other than the default lynx.cfg.
  52.  
  53.   -crawl
  54.        with -traversal, output each page to a file.
  55.        with -dump, format output as with -traversal, but to stdout.
  56.  
  57.   -display=DISPLAY
  58.        set the display variable for X rexeced programs.
  59.  
  60.   -dump
  61.        dumps the formatted output of the default document or one specified
  62.        on the command line to standard out.  This can be used in the
  63.        following way: lynx -dump http://www.w3.org/default.html.
  64.  
  65.   -editor=EDITOR
  66.        enable edit mode using the specified EDITOR. (vi, ed, emacs, etc.)
  67.  
  68.   -emacskeys
  69.        enable emacs-like key movement.
  70.  
  71.   -error_file=FILE
  72.        define a file where Lynx will report HTTP access codes.
  73.  
  74.   -fileversions
  75.        include all versions of files in local VMS directory listings.
  76.  
  77.   -force_html
  78.        forces the first document to be interpreted as HTML.
  79.  
  80.   -ftp 
  81.        disable ftp access.
  82.  
  83.   -get_data
  84.        send form data from stdin using GET method and dump results.
  85.  
  86.   -head
  87.        send a HEAD request for the mime headers.
  88.  
  89.   -help
  90.        print this Lynx command syntax usage message.
  91.  
  92.   -historical
  93.        toggles use of '>' or '-->' as a terminator for comments.
  94.  
  95.   -homepage=URL
  96.        set homepage separate from start page.
  97.  
  98.   -image_links
  99.        toggles inclusion of links for all images.
  100.  
  101.   -index=URL
  102.        set the default index file to the specified URL.
  103.  
  104.   -link=NUMBER
  105.        starting count for lnk#.dat files produced by -crawl.
  106.  
  107.   -localhost
  108.        disable URLs that point to remote hosts.
  109.  
  110.   -locexec
  111.        enable local program execution from local files only (if
  112.        Lynx was compiled with local execution enabled).
  113.  
  114.   -mime_header
  115.        prints the MIME header of a fetched document along with its
  116.        source.
  117.  
  118.   -nobrowse
  119.        disable directory browsing.
  120.  
  121.   -noexec
  122.        disable local program execution. (DEFAULT)
  123.  
  124.   -nolist
  125.        disable the link list feature in dumps.
  126.  
  127.   -noprint
  128.        disable print functions.
  129.  
  130.   -noredir
  131.        prevents automatic redirection and prints a message with a
  132.        link to the new URL.
  133.  
  134.   -nostatus
  135.        disable the retrieval status messages.
  136.  
  137.   -post_data
  138.        send form data from stdin using POST method and dump results.
  139.  
  140.   -print
  141.        enable print functions. (default)
  142.  
  143.   -pseudo_inlines
  144.        toggles pseudo-ALTs for inlines with no ALT string.
  145.  
  146.   -restrictions=[option][,,option]...
  147.        allows a list of services to be disabled selectively.  The following
  148.        list is printed if no options are specified.
  149.  
  150.        all - restricts all options.
  151.  
  152.        bookmark - disallow changing the location of the bookmark file.
  153.  
  154.        bookmark_exec - disallow execution links via the bookmark file.
  155.  
  156.        default - same as command line option -anonymous. Disables default
  157.            services for anonymous users. Currently set to all restricted
  158.            except for:  inside_telnet, outside_telnet, inside_news,
  159.            inside_ftp, outside_ftp, inside_rlogin, outside_rlogin, jump,
  160.            mail and goto.  Defaults are setable within userdefs.h.
  161.  
  162.        disk_save - disallow saving binary files to disk in the download
  163.            menu.
  164.  
  165.        download - disallow downloaders in the download menu.
  166.  
  167.        editor - disallow editing.
  168.  
  169.        exec - disable execution scripts.
  170.  
  171.        exec_frozen - disallow the user from changing the local execution
  172.            option.
  173.  
  174.        file_url - disallow using G)oto to go to file: URL's.
  175.  
  176.        goto - disable the 'g' (goto) command.
  177.  
  178.        inside_ftp - disallow ftps for people coming from inside your domain
  179.            (utmp required for selectivity).
  180.  
  181.        inside_news - disallow USENET news posting for people coming from
  182.            inside our domain (utmp required for selectivity).
  183.  
  184.        inside_rlogin - disallow rlogins for people coming from inside your
  185.            domain (utmp required for selectivity).
  186.  
  187.        inside_telnet - disallow telnets for people coming from inside your
  188.            domain (utmp required for selectivity).
  189.  
  190.        jump - disable the 'j' (jump) command.
  191.  
  192.        mail - disable mailing feature.
  193.  
  194.        news_post - disable USENET News posting.
  195.  
  196.        options_save - disallow saving options in .lynxrc.
  197.  
  198.        outside_ftp - disallow ftps for people coming from outside your
  199.            domain (utmp required for selectivity).
  200.  
  201.        outside_news - disallow USENET news posting for people coming from
  202.            outside your domain (utmp required for selectivity).
  203.  
  204.        outside_rlogin - disallow rlogins for people coming from outside your
  205.            domain (utmp required for selectivity).
  206.  
  207.        outside_telnet - disallow telnets for people coming from outside your
  208.            domain (utmp required for selectivity).
  209.  
  210.        print - disallow most print options.
  211.  
  212.        shell - disallow shell escapes and lynxexec G)oto's.
  213.  
  214.        suspend - disallow Unix Control-Z suspends with escape to shell.
  215.  
  216.        telnet_port - disallow specifying a port in telnet G)oto's.
  217.  
  218.   -rlogin
  219.        disable recognition of rlogin commands.
  220.  
  221.   -selective
  222.        require .www_browsable files to browse directories.
  223.  
  224.   -show_cursor
  225.        If enabled the cursor will not be hidden in the right hand corner but
  226.        will instead be positioned at the start of the currently selected
  227.        link.  show cursor is the default for systems without FANCY_CURSES
  228.        capabilities, and the default configuration can be changed in
  229.        userdefs.h.
  230.  
  231.   -source
  232.        works the same as dump but outputs HTML source instead of formatted
  233.        text.
  234.  
  235.   -telnet
  236.        disable recognition of telnet commands.
  237.  
  238.   -term=TERM
  239.        tell Lynx what terminal type to assume its talking to.  (This may be
  240.        useful for remote execution, when, for example, Lynx connects to a
  241.        remote TCP/IP port that starts a script that, in turn, starts another
  242.        Lynx process.)
  243.  
  244.   -trace
  245.        turns on WWW trace mode.
  246.  
  247.   -traversal
  248.        traverse all http links derived from startfile.  When used with
  249.        -crawl, each link that begins with the same string as startfile
  250.        is output to a file, intended for indexing.  See CRAWL.announce
  251.        for more information.
  252.  
  253.   -underscore
  254.        toggles use of _underline_ format in dumps.
  255.  
  256.   -validate
  257.        accept only http URLs (for validation).  Complete security
  258.        restrictions also are implemented.
  259.  
  260.   -version
  261.        print version information
  262.  
  263.   -vikeys
  264.        enable vi-like key movement.
  265.  
  266. 2 COMMANDS
  267.  o Use Up arrow and Down arrow to scroll through hypertext links.
  268.  o Right arrow or Return will follow a highlighted hypertext link.
  269.  o Left Arrow will retreat from a link.
  270.  o Type "h" or "?" for online help and descriptions of key-stroke commands.
  271.  o Type "k" for a complete list of the current key-stroke command mappings.
  272.  
  273. 2 NOTES
  274.  This is the Lynx 2.4-FM Release for UN*X/VMS
  275.  
  276.  If you wish to contribute to the further development of Lynx, subscribe
  277.  to our mailing list.  Send email to <listserv@ukanaix.cc.ukans.edu> with
  278.  "subscribe lynx-dev <your-name>" as the only line in the body of your
  279.  message.
  280.  
  281.  Send bug reports, comments, suggestions to <lynx-dev@ukanaix.cc.ukans.edu>.
  282.  
  283. 2 ACKNOWLEDGMENTS
  284.  Lynx has incorporated code from a variety of sources along the way.
  285.  The earliest versions of Lynx included code from Earl Fogel of Computing
  286.  Services at the University of Saskatchewan, who implemented HYPERREZ
  287.  in the UN*X environment.  HYPERREZ was developed by Niel Larson of 
  288.  Think.com and served as the model for the early versions of Lynx.
  289.  Those versions also incorporated libraries from the UN*X Gopher clients
  290.  developed at the University of Minnesota, and the later versions of 
  291.  Lynx rely on the WWW client library code developed by Tim Berners-Lee
  292.  and the WWW community.  Also a special thanks to Foteos Macrides who
  293.  ported much of Lynx to VMS and to everyone on the net who has contributed
  294.  to Lynx's development either directly (through comments or bug reports)
  295.  or indirectly (through inspiration and development of other systems).
  296.  
  297. 2 AUTHORS
  298.  Lou Montulli, Garrett Blythe, Craig Lavender, Michael Grobe, Charles Rezac
  299.  Academic Computing Services
  300.  University of Kansas
  301.  Lawrence, Kansas 66047
  302.  
  303.  Foteos Macrides
  304.  Worcester Foundation
  305.  Shrewsbury, Massachusetts 01545
  306.  
  307.